handleDeepLinkBySDK method

void handleDeepLinkBySDK(
  1. String deepLink
)

Implementation

void handleDeepLinkBySDK(String deepLink) async {
  methodChannel.invokeMethod('Injector/handleDeepLinkBySDK', deepLink);
}