shutdown method

  1. @override
Future<int> shutdown()
override

Stop the service gracefully (using the shutdown command)

Implementation

@override
Future<int> shutdown() => _frontendServerClient.shutdown();