getDeviceId static method

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

Implementation

static Future<String?> getDeviceId(String packageName) {
  throw UnsupportedError('Keychain Service not support for current platform');
}