removeFileSystems method
Clears websites' file system data.
returns
Called when websites' file systems have been cleared.
Implementation
Future<void> removeFileSystems(RemovalOptions options) async {
await promiseToFuture<void>(
$js.chrome.browsingData.removeFileSystems(options.toJS));
}