zoho_gc_sdk 1.0.0
zoho_gc_sdk: ^1.0.0 copied to clipboard
The Guided Conversations (GC) mobile SDK for iOS helps developers build a conversational self-service platform to achieve the best customer service. GC replaces human interactions with built-in conver [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zoho_gc_sdk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
zoho_gc_sdk: ^1.0.0
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:zoho_gc_sdk/zoho_gc_sdk.dart';