menu
voo_logging package
documentation
features/logging/data/services/cloud_sync_service.dart
CloudSyncService
flush method
flush method
dark_mode
light_mode
flush
method
Future
<
bool
>
flush
(
)
Manually trigger a sync of all pending logs.
Implementation
Future<bool> flush() async => _flushNow();
voo_logging package
documentation
features/logging/data/services/cloud_sync_service
CloudSyncService
flush method
CloudSyncService class