Add code formatting
This commit is contained in:
@ -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';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user