storeUserDeviceKey abstract method

Future storeUserDeviceKey(
  1. String userId,
  2. String deviceId,
  3. String content,
  4. bool verified,
  5. bool blocked,
  6. int lastActive,
)

Implementation

Future storeUserDeviceKey(
  String userId,
  String deviceId,
  String content,
  bool verified,
  bool blocked,
  int lastActive,
);