getDeviceId static method

Future<String?> getDeviceId(
  1. String packageName
)

Implementation

static Future<String?> getDeviceId(String packageName) {
  return FlutterKeychain.get(key: '${packageName}_device_id');
}