saveJwtKey static method

void saveJwtKey(
  1. String? jwtKey
)

Implementation

static void saveJwtKey(String? jwtKey) {
  Get.put(jwtKey, tag: 'jwtKey');
}