Removes an entry from persistent storage under the specified specified content provider.
static Future<dynamic> remove(String key) { return _channel.invokeMethod('remove', {'key': key}); }