resetNotificationPolicyToDefault_Pre method

Future<ResetNotificationPolicyToDefaultResponse> resetNotificationPolicyToDefault_Pre(
  1. ServiceCall call,
  2. Future<ResetNotificationPolicyToDefaultRequest> request
)

Implementation

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