getFlutterAssetPath static method
- String? flutterAssetUri
Resolves a Flutter asset URI to a platform-native path usable by the Maps runtime.
Implementation
static Future<String?> getFlutterAssetPath(String? flutterAssetUri) =>
_impl.getFlutterAssetPath(flutterAssetUri);