menu
flutter_background_service_enhanced package
documentation
flutter_background_service_enhanced.dart
FlutterBackgroundServiceEnhanced
startService method
startService method
dark_mode
light_mode
startService
method
Future
<
bool
>
startService
(
)
Starts the background service.
Implementation
Future<bool> startService() => _platform.start();
flutter_background_service_enhanced package
documentation
flutter_background_service_enhanced
FlutterBackgroundServiceEnhanced
startService method
FlutterBackgroundServiceEnhanced class