ready property Null safety
A future that completes with true
when shared preferences are loaded and
ready to be used. It will imediately complete if the optional
SharedPreferences instance is passed to the constructor.
Implementation
Future<bool> get ready => notifier!.ready;