client: Make database client reference modifiable

This commit is contained in:
Elias Projahn 2020-06-03 19:13:05 +02:00
parent 57735337d6
commit a13f78cdd5

View file

@ -23,7 +23,7 @@ class MusicusClientDatabase extends _$MusicusClientDatabase {
/// The client to use for synchronization.
///
/// This may be null indicating that everything should be kept local.
final MusicusClient client;
MusicusClient client;
@override
int get schemaVersion => 1;