play_services_block_store 0.8.0
play_services_block_store: ^0.8.0 copied to clipboard
The Block Store API allows your app to store data that it can later retrieve to re-authenticate users on a new device.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add play_services_block_storeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
play_services_block_store: ^0.8.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:play_services_block_store/play_services_block_store.dart';