mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-19 15:04:24 +01:00
8 lines
244 B
Dart
8 lines
244 B
Dart
import 'package:flutter_rust_bridge/flutter_rust_bridge_for_generated.dart';
|
|
import 'package:test/test.dart';
|
|
export 'package:breez_liquid/breez_liquid.dart';
|
|
|
|
export 'helpers.io.dart';
|
|
|
|
final throwsFrbException = throwsA(isA<FrbException>());
|