offUnhandledRejection method

void offUnhandledRejection([
  1. OffUnhandledRejectionCallback? listener
])

Implementation

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