menu
misarmail package
documentation
misarmail.dart
WebhooksResource
test method
test method
dark_mode
light_mode
test
method
Future
<
Map
<
String
,
dynamic
>
>
test
(
String
id
)
Implementation
Future<Map<String, dynamic>> test(String id) => _client._request('POST', '/webhooks/$id/test');
misarmail package
documentation
misarmail
WebhooksResource
test method
WebhooksResource class