version property

Future<String> get version

Implementation

static Future<String> get version async {
  return _VERSION;
}