registerMobileDevice_Pre method

Future<IdentifierResponse> registerMobileDevice_Pre(
  1. ServiceCall $call,
  2. Future<UsersServiceRegisterMobileDeviceRequest> $request
)

Implementation

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