cleanCommand method

Future<void> cleanCommand()

Implementation

Future<void> cleanCommand() async {
  await methodChannel.invokeMethod<void>('cleanCommand');
}