@override Future<bool?> setAppIcon(String? styleId) async { return await methodChannel .invokeMethod<bool>('setAppIcon', {'styleId': styleId}); }