authDeviceId function

Future<String?> authDeviceId()

Get the device id

Implementation

Future<String?> authDeviceId() async {
  return await Auth.deviceId();
}