Last updated:
0 purchases
asynji sdk
A sdk for asynji server.
Usage #
A simple usage example:
import 'package:asynji_sdk/asynji_sdk.dart';
main() async {
final asynji = Asynji();
await asynji.init();
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.