cleanUp method

Future<void> cleanUp()

Implementation

Future<void> cleanUp() async {
  await _channel.invokeMethod('cleanUp');
}