get abstract method

Future<DeviceDetails> get({
  1. DeviceDetails? deviceDetails,
  2. String? deviceId,
})

Retrieves the DeviceDetails of a device registered to receive push notifications using the id property of a DeviceDetails object, or by directly using the unique deviceId.

Implementation

Future<DeviceDetails> get({
  DeviceDetails? deviceDetails,
  String? deviceId,
});