restartService method

Future<ServiceRequestResult> restartService()

Implementation

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