sendTest abstract method

Future<PushTestSendResult> sendTest({
  1. required PushTestSendBody body,
  2. String? authorization,
})

Implementation

Future<PushTestSendResult> sendTest({
  required PushTestSendBody body,
  String? authorization,
});