frameworkVersion property

Future<String?> get frameworkVersion

Gets the Nutrient framework version.

Implementation

static Future<String?> get frameworkVersion =>
    NutrientFlutterPlatform.instance.getFrameworkVersion();