getId static method

Future<String?> getId()

Get unique identifier.

Implementation

static Future<String?> getId() {
  return NativeIdPlatform.instance.getId();
}