libVersion property Null safety
*libVersion
Show the version that the software is using at this moment
Implementation
Future<String> get libVersion async => await platform?.invokeMethod('libVersion');
*libVersion
Show the version that the software is using at this moment
Future<String> get libVersion async => await platform?.invokeMethod('libVersion');