getCleverTapID static method

Future<String?> getCleverTapID()

Returns a unique identifier through callback by which CleverTap identifies this user

Implementation

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