getMapSDKKey static method

Future<String?> getMapSDKKey()

Implementation

static Future<String?> getMapSDKKey() async {
  try {
    return await keys.getMapSDKKey();
  } catch (ex) {}
}