Skip to content

Commit

Permalink
Update flutter_rust_bridge to 2.0.0-dev.36 and generate bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed May 27, 2024
1 parent 9a7b4eb commit a92a97e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libs/sdk-flutter/lib/breez_sdk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ class BreezSDK {
}

/// Unregister webhook callbacks for the given `webhook_url`.
Future<void> unregisterWebhook({required String webhookUrl}) async {
return binding.unregisterWebhook(webhookUrl: webhookUrl);
}

/// connect initializes the global NodeService, schedule the node to run in the cloud and
/// run the signer. This must be called in order to start communicate with the node
///
/// # Arguments
///
/// * `req` - The connect request containing the `config` sdk configuration and `seed` node private key
Expand Down

0 comments on commit a92a97e

Please sign in to comment.