@override Future<bool?> setPhotoMode(bool isPhoto) async { final success = await methodChannel.invokeMethod<bool>('setPhotoMode', {'isPhoto': isPhoto}); return success; }