startService method

Future<void> startService()

Implementation

Future<void> startService() async {
  throw UnimplementedError('`startService` has not been implemented.');
}