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