Flutter
This is a step-by-step guide to including Conscent.ai Plugin in your app. This plugin is developed in Flutter and supports both Android and IOS Devices.
Use this package as a library
flutter pub add flutter_conscent_plugindependencies:
flutter_conscent_plugin: ^0.4.2Import it
import 'package:flutter_conscent_plugin/flutter_conscent_plugin.dart';The below method is called to Logout from Conscent.ai
Last updated