@override Future printData(data) async { final version = await methodChannel.invokeMethod('printData', {"data": data}); return version; }