@override Future<String?> piccApduCmd(List<int> pucInput) async { return await methodChannel.invokeMethod<String>('piccApduCmd', pucInput); }