removeUserDeviceKey abstract method

Future removeUserDeviceKey(
  1. String userId,
  2. String deviceId
)

Implementation

Future removeUserDeviceKey(
  String userId,
  String deviceId,
);