version property

String get version

Get the library version.

Implementation

String get version {
  // Return SDK version
  return '0.1.4';
}