2 lines
77 B
Dart
2 lines
77 B
Dart
export 'app_shell_desktop.dart' if (dart.library.html) 'app_shell_web.dart';
|
export 'app_shell_desktop.dart' if (dart.library.html) 'app_shell_web.dart';
|