menu
flight_booking_app package
documentation
utils/logger.dart
Logger
getMemoryLogs method
getMemoryLogs method
dark_mode
light_mode
getMemoryLogs
method
List
<
String
>
getMemoryLogs
(
)
获取内存中的日志
Implementation
List<String> getMemoryLogs() { return _memoryLogs.toList(); }
flight_booking_app package
documentation
utils/logger
Logger
getMemoryLogs method
Logger class