removeWhere abstract method

Future<void> removeWhere(
  1. DeviceRegistrationParams params
)

Removes all devices registered to receive push notifications from Ably matching the filter params provided.

Implementation

Future<void> removeWhere(DeviceRegistrationParams params);