@override Future<void> stopPrint() async { var methodName = 'stopPrint'; return await methodChannel.invokeMethod<void>(methodName); }