sendingnetwork_dart_sdk

Creator: coderz1093

Last updated:

0 purchases

sendingnetwork_dart_sdk Image
sendingnetwork_dart_sdk Images
Add to Cart

Description:

sendingnetwork dart sdk

1) import sdk #
import 'package:sendingnetwork_dart_sdk/sdn.dart';
copied to clipboard
2) Create a client and fill in the domain name of the server #
final client = Client('SDN Example Chat', databaseBuilder: (_) async {
final dir = await getApplicationSupportDirectory();
final db = HiveCollectionsDatabase('sdn_example_chat', dir.path);
await db. open();
return db;
});
client.sdnnode = Uri.parse('https://XXX.network'); // The domain name of the node

copied to clipboard
2. Interface #
Please refer to our gitbook for detailed API docuemntation:
https://sending-network.gitbook.io/sending.network/sdk-documentation/flutter-sdk

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator