onUnbind method

Future<void> onUnbind()

Implementation

Future<void> onUnbind() async {
  fn.cancelAll();
}