authDeviceId function

Future<String> authDeviceId()

Get the device ID.

Implementation

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