showVersion function

Future<void> showVersion()

proccess of version

Implementation

Future<void> showVersion() async {
  print(version);
}