stopForegroundService method

Future<void> stopForegroundService()

Implementation

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