unsupportedIsLocalFalseMessage constant

String const unsupportedIsLocalFalseMessage

Migration guidance surfaced to the application developer.

Implementation

static const String unsupportedIsLocalFalseMessage =
    'isLocal: false selected the CDN runtime mode, which is not supported in '
    '2.0. Remove isLocal: false to use the FusionCharts '
    '$kFusionChartsVersion assets bundled with this package. To use an '
    'application-owned page, pass FusionChartsSource.asset(assetKey: ...); '
    "the application then owns that page's files, availability, security, "
    'licensing and versioning.';