get<T> abstract method

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

Implementation

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