get static method

Future get(
  1. dynamic key
)

Implementation

static Future<dynamic?> get(key) async => (await _sp).get(key);