startService method

Future<void> startService()

Implementation

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