@override Future<void> setLensIcon(String iconName) async { return await methodChannel .invokeMethod('setLensIcon', {"iconName": iconName}); }