unRegisterDeepLinkCallbackEvents method
Implementation
@override
Future<void> unRegisterDeepLinkCallbackEvents() async {
await _configChannel.invokeMethod<bool>(
SuperfineSdkChannelMethods.unRegisterDeepLinkListener);
await _deepLinkSubscription?.cancel();
_deepLinkSubscription = null;
}