checkIntegrationAvailability method
POST /{version}/notifications/push/integrations/app/check
Implementation
Future<Object?> checkIntegrationAvailability(
{Map<String, Object?>? query,
Object? body,
Map<String, String>? headers}) {
return transport.send(
route: '/{version}/notifications/push/integrations/app/check',
method: 'POST',
query: query,
body: body,
headers: headers,
pathParams: null,
);
}