persistenceEnabled property

  1. @override
bool? get persistenceEnabled

Attempts to enable persistent storage, if possible.

Implementation

@override
// TODO: implement persistenceEnabled
bool? get persistenceEnabled => throw UnimplementedError();