Add code formatting

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

View File

@ -1,6 +1,9 @@
import 'package:famedlysdk/famedlysdk.dart';
Database constructDb({bool logStatements = false, String filename = 'database.sqlite', String password = ''}) {
Database constructDb(
{bool logStatements = false,
String filename = 'database.sqlite',
String password = ''}) {
throw 'Platform not supported';
}