getNotificationPolicy_Pre method

Future<GetNotificationPolicyResponse> getNotificationPolicy_Pre(
  1. ServiceCall $call,
  2. Future<GetNotificationPolicyRequest> $request
)

Implementation

$async.Future<$0.GetNotificationPolicyResponse> getNotificationPolicy_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.GetNotificationPolicyRequest> $request) async {
  return getNotificationPolicy($call, await $request);
}