at_persistence_spec 1.0.1+2 copy "at_persistence_spec: ^1.0.1+2" to clipboard
at_persistence_spec: ^1.0.1+2 copied to clipboard

unlistedoutdated

at_persistence_spec is the Specification for the persistence layer implementation of @protocol development.

example/main.dart

import 'package:at_persistence_spec/at_persistence_spec.dart';

class MyKeyStore implements Keystore {
  @override
  Future get(key) {
    return null;
  }
}
5
likes
0
pub points
78%
popularity

Publisher

verified publisheratsign.org

at_persistence_spec is the Specification for the persistence layer implementation of @protocol development.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

More

Packages that depend on at_persistence_spec