getVersion static method

String getVersion()

Method returns NavigineSdk SDK Version. Returns version of SDK

Example:

// Get SDK version
print('Navigine SDK Version: ${NavigineSdk.getVersion()}');

Implementation

static String getVersion() => $prototype.getVersion();