offError method

void offError([
  1. VideoOffErrorCallback? listener
])

Implementation

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