getNotificationPolicy_Pre method

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

Implementation

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