@override Future<String?> getAppIcon(String packageId) async { return methodChannel.invokeMethod<String>("getAppIcon", { "packageId": packageId, }); }