PotListenerRemover typedef

PotListenerRemover = Future<void> Function()

The signature of a function that removes the listener added by listen().

Implementation

typedef PotListenerRemover = Future<void> Function();