vchatcloud_flutter_sdk

Creator: coderz1093

Last updated:

0 purchases

vchatcloud_flutter_sdk Image
vchatcloud_flutter_sdk Images
Add to Cart

Description:

vchatcloud flutter sdk

VChatCloud Flutter SDK #








Usage #
Add vchatcloud_flutter_sdk as a dependency in your pubspec.yaml file.
import 'package:vchatcloud_flutter_sdk/vchatcloud_flutter_sdk.dart';

class CustomHandler extends ChannelHandler {
...
}

void main() async {
Channel channel = await VChatCloud.connect(CustomHandler());
List<ChannelResultModel> history = await channel.join(...);
channel.sendMessage("Hello VChatCloud!");
}
copied to clipboard
A more detailed usage guide is available on the VChatCloud Docs.

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.