closeGates method

Future<void> closeGates()

Implementation

Future<void> closeGates() async => await _server?.close(force: true);