Add code formatting

This commit is contained in:
Christian Pauly 2020-05-22 12:21:16 +02:00
commit d7e1dbcad1
14 changed files with 2063 additions and 1352 deletions

View file

@ -1,3 +1,3 @@
export 'unsupported.dart'
if (dart.library.html) 'web.dart'
if (dart.library.io) 'mobile.dart';
if (dart.library.html) 'web.dart'
if (dart.library.io) 'mobile.dart';