load method

  1. @override
Future<bool> load()
override

Opens the underlying store. Returning false means nothing can be read or written, and the controller keeps its defaults.

Implementation

@override
Future<bool> load() async => true;