onExtensionAccessError method
@valid since 3.52
@detail callback
@brief Failed to access the extension.
RTC SDK provides some features with extensions. Without implementing the extension, you cannot use the corresponding feature.
@param extensionName The name of extension.
@param msg Error message.
Implementation
FutureOr<void> onExtensionAccessError(
String extensionName, String msg) async {}