setCustomPasswordlessRegistrationMessageCustomText_Pre method
Future<SetCustomPasswordlessRegistrationMessageTextResponse>
setCustomPasswordlessRegistrationMessageCustomText_Pre(
- ServiceCall call,
- Future<
SetCustomPasswordlessRegistrationMessageTextRequest> request
Implementation
$async.Future<$0.SetCustomPasswordlessRegistrationMessageTextResponse> setCustomPasswordlessRegistrationMessageCustomText_Pre($grpc.ServiceCall call, $async.Future<$0.SetCustomPasswordlessRegistrationMessageTextRequest> request) async {
return setCustomPasswordlessRegistrationMessageCustomText(call, await request);
}