registerMobileDevice_Pre method
Future<IdentifierResponse>
registerMobileDevice_Pre(
- ServiceCall $call,
- Future<
UsersServiceRegisterMobileDeviceRequest> $request
Implementation
$async.Future<$1.IdentifierResponse> registerMobileDevice_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.UsersServiceRegisterMobileDeviceRequest>
$request) async {
return registerMobileDevice($call, await $request);
}