getData abstract method

Future getData(
  1. String key
)

Retrieves arbitrary data by key.

Implementation

Future<dynamic> getData(String key);