getAvailableFeatures static method

Future<String> getAvailableFeatures()

Retrieves the available features provided by the Mirrorfly SDK. the features based on MirrorFly Plan from your license key 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<String> getAvailableFeatures() async {
  return FlyChatFlutterPlatform.instance.getAvailableFeatures();
}