startService method

Future<String?> startService()

Implementation

Future<String?> startService() {
  throw UnimplementedError('startService() has not been implemented.');
}