isCallConversionRequestAvailable static method
Provides information about the availability of call conversion requests.
This method asynchronously checks whether call conversion requests are available.
Returns a Future that completes with a bool value indicating whether call conversion requests are available.
Implementation
static Future<bool?> isCallConversionRequestAvailable() async {
return FlyChatFlutterPlatform.instance.isCallConversionRequestAvailable();
}