registerMobileDevice method

ResponseFuture<IdentifierResponse> registerMobileDevice(
  1. UsersServiceRegisterMobileDeviceRequest request, {
  2. CallOptions? options,
})

Register user's mobile device for push notifications. Returns the ID of the user device record

Implementation

$grpc.ResponseFuture<$1.IdentifierResponse> registerMobileDevice(
  $0.UsersServiceRegisterMobileDeviceRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$registerMobileDevice, request, options: options);
}