2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-06-18 16:37:24 +02:00
2020-05-22 12:21:16 +02:00

4 lines
104 B
Dart

export 'unsupported.dart'
if (dart.library.html) 'web.dart'
if (dart.library.io) 'mobile.dart';