@override Future<List<int>> cut() async { final version = await methodChannel.invokeMethod('cut'); return version; }