getLoginPolicy_Pre method

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

Implementation

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