getFlutterAssetPath abstract method

Future<String?> getFlutterAssetPath(
  1. String? flutterAssetUri
)

Resolves a Flutter asset URI (e.g. asset://assets/path.glb) to a platform-native path usable by the Maps runtime. Returns the input unchanged when flutterAssetUri is null or not a Flutter asset URI.

Implementation

Future<String?> getFlutterAssetPath(String? flutterAssetUri);