dispose method
void
dispose()
override
Disposes the web storage.
Implementation
void dispose() {
throw UnimplementedError(
'dispose is not implemented on the current platform');
}
Disposes the web storage.
void dispose() {
throw UnimplementedError(
'dispose is not implemented on the current platform');
}