remove abstract method

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

Removes a device registered to receive push notifications from Ably using the id property of a deviceDetails object, or by directly using the unique deviceId.

Implementation

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