load<T> abstract method

Future<T> load<T>(
  1. String key,
  2. T defaultValue
)

Loads a setting from the Theme service, stored with key string.

Implementation

Future<T> load<T>(String key, T defaultValue);