newBootpaySK static method

dynamic newBootpaySK(
  1. String uuid,
  2. int time
)

Implementation

static newBootpaySK(String uuid, int time) async {
  await setBootpaySK('${uuid}_${time}');
}