setVerifiedUserDeviceKey abstract method

Future setVerifiedUserDeviceKey(
  1. bool verified,
  2. String userId,
  3. String deviceId
)

Implementation

Future setVerifiedUserDeviceKey(
  bool verified,
  String userId,
  String deviceId,
);