registerMobileDevice method
ResponseFuture<IdentifierResponse>
registerMobileDevice(
- UsersServiceRegisterMobileDeviceRequest request, {
- 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);
}