pull static method

Future pull(
  1. String key
)

Implementation

static Future<dynamic> pull(String key) => _instance.pull(key);