version static method

Future<String> version()

Implementation

static Future<String>version() {
  return _platform.version();
}