getMyLoginPolicy_Pre method

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

Implementation

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