flutter_parse_storage_interface 1.0.0 copy "flutter_parse_storage_interface: ^1.0.0" to clipboard
flutter_parse_storage_interface: ^1.0.0 copied to clipboard

unlistedoutdated

A common platform interface for the flutter_parse local storage plugin.

flutter_parse_storage_interface #

A common platform interface for the flutter_parse local storage plugin.

This interface allows platform-specific implementations of the flutter_parse local storage plugin, as well as the plugin itself, to ensure they are supporting the same interface.

Usage #

To implement a new database-specific implementation of flutter_parse, extend FlutterParseStorageInterface with an implementation that performs the database-specific behavior, and when you register your plugin, set the default FlutterParseStorageInterface by calling the FlutterParseStorageInterface.instance setter.

1
likes
0
pub points
18%
popularity

Publisher

verified publishermesosfer.com

A common platform interface for the flutter_parse local storage plugin.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on flutter_parse_storage_interface