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