PalSessionRequest constructor

PalSessionRequest({
  1. required String frameworkType,
  2. required String platform,
})

Implementation

PalSessionRequest({
  required this.frameworkType,
  required this.platform,
});