obter static method

Future<String> obter()

Implementation

static Future<String> obter() async => (await PackageInfo.fromPlatform()).version;