onRemove abstract method

Future<void> onRemove(
  1. String signal, [
  2. Object? scope,
  3. WireListener? listener
])

Implementation

Future<void> onRemove(String signal, [Object? scope, WireListener<dynamic>? listener]);