dispose method

void dispose()
override

Disposes the web storage.

Implementation

void dispose() {
  throw UnimplementedError(
      'dispose is not implemented on the current platform');
}