getCustomPasswordlessRegistrationMessageText_Pre method

Future<GetCustomPasswordlessRegistrationMessageTextResponse> getCustomPasswordlessRegistrationMessageText_Pre(
  1. ServiceCall call,
  2. Future<GetCustomPasswordlessRegistrationMessageTextRequest> request
)

Implementation

$async.Future<$2.GetCustomPasswordlessRegistrationMessageTextResponse>
    getCustomPasswordlessRegistrationMessageText_Pre(
        $grpc.ServiceCall call,
        $async.Future<$2.GetCustomPasswordlessRegistrationMessageTextRequest>
            request) async {
  return getCustomPasswordlessRegistrationMessageText(call, await request);
}