removeHumanPasswordless_Pre method
Future<RemoveHumanPasswordlessResponse>
removeHumanPasswordless_Pre(
- ServiceCall call,
- Future<
RemoveHumanPasswordlessRequest> request
Implementation
$async.Future<$0.RemoveHumanPasswordlessResponse> removeHumanPasswordless_Pre($grpc.ServiceCall call, $async.Future<$0.RemoveHumanPasswordlessRequest> request) async {
return removeHumanPasswordless(call, await request);
}