removeAll static method

Future<void> removeAll()

Removes all entry from persistent storage under the specified app group.

Implementation

static Future<void> removeAll() async {
  await _channel.invokeMethod('removeAll');
}