read method

Reads values from the database.

データベースから値を読み取ります。

Implementation

Future<Map<String, DynamicMap>> read() async {
  await _initialize();
  await onLoad?.call(this);
  return _data;
}