serviceReload method

Future<void> serviceReload()

Reloads the service configuration.

Implementation

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