removeAll static method

Future removeAll()

Removes all entry from persistent storage under the specified specified content provider.

Implementation

static Future<dynamic> removeAll() {
  return _channel.invokeMethod('removeAll');
}