registerWebhook abstract method

Future<void> registerWebhook({
  1. required String webhookUrl,
  2. dynamic hint,
})

Implementation

Future<void> registerWebhook({required String webhookUrl, dynamic hint});