resetNotificationPolicyToDefault_Pre method
Future<ResetNotificationPolicyToDefaultResponse>
resetNotificationPolicyToDefault_Pre(
- ServiceCall call,
- Future<
ResetNotificationPolicyToDefaultRequest> request
Implementation
$async.Future<$0.ResetNotificationPolicyToDefaultResponse> resetNotificationPolicyToDefault_Pre($grpc.ServiceCall call, $async.Future<$0.ResetNotificationPolicyToDefaultRequest> request) async {
return resetNotificationPolicyToDefault(call, await request);
}