getExternalIdentifier static method

Future<String?> getExternalIdentifier()

A string of the external identifier that Nami has stored. Returns null if no id has been stored, including if a string was passed to setExternalIdentifier that was not valid.

Implementation

static Future<String?> getExternalIdentifier() {
  return channel.invokeMethod("getExternalIdentifier");
}