removeListener static method

Future removeListener()

Implementation

static Future removeListener() async {
  if(deeplinkUtilsSubscription != null) {
    deeplinkUtilsSubscription!.cancel();
  }
}