removeAllActivity method

Future<void> removeAllActivity()

Implementation

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