2 lines
62 B
Dart
2 lines
62 B
Dart
export 'unsupported.dart' if (dart.library.io) 'mobile.dart';
|
export 'unsupported.dart' if (dart.library.io) 'mobile.dart';
|