stopService method

Future<int> stopService()

Implementation

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