cleanup method

Future<void> cleanup()

Implementation

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