reset method

Future reset()

Call this method if you already consumed the callback and don't want the same callback again

Implementation

Future<dynamic> reset() {
  throw UnimplementedError('reset() has not been implemented.');
}