getJwtKey static method

String? getJwtKey()

Implementation

static String? getJwtKey() {
  var key = Get.find<String?>(tag: 'jwtKey');
  return key;
}