Skip to content

Commit a92a97e

Browse files
Update flutter_rust_bridge to 2.0.0-dev.36 and generate bindings
1 parent 9a7b4eb commit a92a97e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

libs/sdk-flutter/lib/breez_sdk.dart

+7
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ class BreezSDK {
8484
}
8585

8686
/// Unregister webhook callbacks for the given `webhook_url`.
87+
Future<void> unregisterWebhook({required String webhookUrl}) async {
88+
return binding.unregisterWebhook(webhookUrl: webhookUrl);
89+
}
90+
91+
/// connect initializes the global NodeService, schedule the node to run in the cloud and
92+
/// run the signer. This must be called in order to start communicate with the node
93+
///
8794
/// # Arguments
8895
///
8996
/// * `req` - The connect request containing the `config` sdk configuration and `seed` node private key

0 commit comments

Comments
 (0)