Skip to content

Instantly share code, notes, and snippets.

@mehmetf
Created October 2, 2018 17:59
Show Gist options
  • Save mehmetf/39730f4b6c51d6bee467394657458bb2 to your computer and use it in GitHub Desktop.
Save mehmetf/39730f4b6c51d6bee467394657458bb2 to your computer and use it in GitHub Desktop.
class StoragePlugin {
/// Reads a string
Future<String> getString(String key) async {}
/// Writes a string
Future<void> setString(String key, String value) async {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment