getContactKey static method

Future<String?> getContactKey()

Implementation

static Future<String?> getContactKey() {
  return _channel.invokeMethod("dEngage#getContactKey");
}