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

unlistedoutdated

Specification for persistence layer

Now for a little internet optimism #

at_persistence_spec #

The at_persistence_spec module contains an interface abstraction that defines what an @at_persistence implementation is responsible for.

Installation: #

To use this library in your app, first add it to your pubspec.yaml

dependencies:
  at_persistence_spec: ^1.0.0

Add to your project #

pub get 

Import in your application code #

import 'package:at_persistence_spec/at_persistence_spec.dart';

Usage #

Please refer to the documentation