startForegroundService method

Future<void> startForegroundService()

Implementation

Future<void> startForegroundService() async {
  await instance.startForegroundService();
}