cls method

Future<void> cls()

Implementation

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