cleanUp method
Cleans the Android context
Implementation
Future<void> cleanUp() async {
await _methodChannel.invokeMethod('cleanUp');
}
Cleans the Android context
Future<void> cleanUp() async {
await _methodChannel.invokeMethod('cleanUp');
}