removeErrorListener abstract method

void removeErrorListener(
  1. void cb(
    1. SatelliteException error,
    2. StackTrace st
    )
)

Implementation

void removeErrorListener(
  void Function(SatelliteException error, StackTrace st) cb,
);