getResourcesFolder method Null safety
Get the current device's resource path.
Precautions: Use before initializing ZegoEffects.
Applicable version: >= 2.1.0
Implementation
Future<String> getResourcesFolder() async {
return await _channel.invokeMethod('getResourcesFolder');
}