mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
6 lines
109 B
Dart
6 lines
109 B
Dart
import 'package:breez_sdk/breez_sdk.dart';
|
|
|
|
void main(List<String> arguments) {
|
|
BreezSDK().initialize();
|
|
}
|