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