print method

Future<void> print()

Implementation

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