cleanUp method

Future<void> cleanUp()

Cleans the Android context

Implementation

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