
Now for a little internet optimism
at_persistence_secondary_server
at_persistence_secondary_server is the Persistence layer implementation for @protocol secondary server.
Installation:
To use this library in your app, first add it to your pubspec.yaml
dependencies:
at_persistence_secondary_server: ^1.0.0
Add to your project
pub get
Import in your application code
import 'package:at_persistence_secondary_server/at_persistence_secondary_server.dart';
Usage
Please refer to the documentation.