getAssetPath function
- String flutterAssetPath
不怎么好用
Implementation
@deprecated
Future<String?> getAssetPath(String flutterAssetPath) async {
return kMethodChannel.invokeMethod(
'PlatformService::getAssetPath',
{'flutterAssetPath': flutterAssetPath},
);
}