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