getValue<T> abstract method

Future<T?> getValue<T>(
  1. String key
)

Implementation

Future<T?> getValue<T>(String key);