terminate method

Future<void> terminate()

Implementation

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