removeAll static method
Removes all entry from persistent storage under the specified specified content provider.
Implementation
static Future<dynamic> removeAll() {
return _channel.invokeMethod('removeAll');
}
Removes all entry from persistent storage under the specified specified content provider.
static Future<dynamic> removeAll() {
return _channel.invokeMethod('removeAll');
}