@override Future<bool> print({List<int> data = const []}) async { await methodChannel.invokeMethod<String>('print'); return Future.value(true); }