ios add dummy call and remove some lookup functions

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-08-30 13:49:10 +08:00
parent 24547c11cb
commit 7671ed857d
6 changed files with 39 additions and 98 deletions

View File

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