stopService method Null safety

Future<bool> stopService()

Implementation

Future<bool> stopService() {
  throw UnimplementedError('stopService() has not been implemented.');
}