getVersion method

Future<int?> getVersion()

Implementation

Future<int?> getVersion() {
  return instance.getVersion();
}