RtcEngineExt
Derived interface class of RtcEngine.
getAssetAbsolutePath
Get the actual absolute path of an asset from its relative asset path.
Future<String?> getAssetAbsolutePath(String assetPath)
Parameters
- assetPath
- The
flutter -> assetsfield configured in the pubspec.yaml file.
Return Values
The actual path of the asset.