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