mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-04 14:02:35 +01:00
4 lines
100 B
Dart
4 lines
100 B
Dart
|
export 'unsupported.dart'
|
||
|
if (dart.library.html) 'web.dart'
|
||
|
if (dart.library.io) 'mobile.dart';
|