removeAllActivity method
Implementation
Future<void> removeAllActivity() async {
return await _methodChannel.invokeMethod("removeAllActivity");
}
Future<void> removeAllActivity() async {
return await _methodChannel.invokeMethod("removeAllActivity");
}