getMyLoginPolicy_Pre method

Future<GetMyLoginPolicyResponse> getMyLoginPolicy_Pre(
  1. ServiceCall call,
  2. Future<GetMyLoginPolicyRequest> request
)

Implementation

$async.Future<$4.GetMyLoginPolicyResponse> getMyLoginPolicy_Pre(
    $grpc.ServiceCall call,
    $async.Future<$4.GetMyLoginPolicyRequest> request) async {
  return getMyLoginPolicy(call, await request);
}