getInitialUrl static method

Future<String?> getInitialUrl()

only iOS - If an application is launched from a push notification click, returns the CleverTap deep link included in the push notification

Implementation

static Future<String?> getInitialUrl() async {
  return await _dartToNativeMethodChannel.invokeMethod('getInitialUrl', {});
}