offError method
Implementation
void offError([VideoOffErrorCallback? listener]) {
final result = $$context$$
.callMethod('offError', [ListenerManager.removeListener(listener)]);
return result;
}
void offError([VideoOffErrorCallback? listener]) {
final result = $$context$$
.callMethod('offError', [ListenerManager.removeListener(listener)]);
return result;
}