startService method

Future<void> startService()

Implementation

Future<void> startService() {
  return BuzzBoosterPlatform.instance.startService();
}