menu
flutter_api_tracker package
documentation
services/api_log_service.dart
ApiLogService
getCurrentSessionLogs method
getCurrentSessionLogs method
dark_mode
light_mode
getCurrentSessionLogs
method
List
<
ApiLogModel
>
getCurrentSessionLogs
(
)
Implementation
List<ApiLogModel> getCurrentSessionLogs() { return List.from(_currentSessionLogs); }
flutter_api_tracker package
documentation
services/api_log_service
ApiLogService
getCurrentSessionLogs method
ApiLogService class