load method

Future<void> load()

Asynchronous retrieval of SharedPreferences data.

SharedPreferencesのデータの取得を非同期で行います。

Implementation

Future<void> load() => throw UnimplementedError();