isCallConversionRequestAvailable method
This method is used to check if the call conversion request is available.
Implementation
Future<bool?> isCallConversionRequestAvailable() {
throw UnimplementedError(
'isCallConversionRequestAvailable has not been implemented.');
}