getSDKVersion static method

Future<String> getSDKVersion()

Implementation

static Future<String> getSDKVersion() async {
   return "2024.3.1";
}