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