getAvailableFeatures static method

Future getAvailableFeatures()

Used to getAvailableFeatures for the Users based on MirrorFly Plan You can Call this to show/hide features based on the availability If the feature is not available, then SDK methods wil throw 403 Exception.

Implementation

static Future<dynamic> getAvailableFeatures() async {
  return FlyChatFlutterPlatform.instance.getAvailableFeatures();
}