getDeviceId static method

Future<String> getDeviceId()

Implementation

static Future<String> getDeviceId() {
  return HacklePlatform.instance.getDeviceId();
}