fix: remove the undefined symbol on iOS first

This commit is contained in:
Kingtous
2023-04-18 18:54:07 +08:00
parent e269fb28dd
commit 74a3b14835
2 changed files with 8 additions and 8 deletions

View File

@@ -13,9 +13,9 @@ import Flutter
}
public func dummyMethodToEnforceBundling() {
get_rgba();
free_rgba(nil);
get_by_name("", "");
set_by_name("", "");
// get_rgba();
// free_rgba(nil);
// get_by_name("", "");
// set_by_name("", "");
}
}