PalSession constructor

PalSession({
  1. required String uid,
})

Implementation

PalSession({
  required this.uid,
});