getLoginPolicy_Pre method

Future<GetLoginPolicyResponse> getLoginPolicy_Pre(
  1. ServiceCall call,
  2. Future<GetLoginPolicyRequest> request
)

Implementation

$async.Future<$1.GetLoginPolicyResponse> getLoginPolicy_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.GetLoginPolicyRequest> request) async {
  return getLoginPolicy(call, await request);
}