PalVideoTrigger.fromJsonBytes constructor

PalVideoTrigger.fromJsonBytes(
  1. Uint8List source
)

Implementation

factory PalVideoTrigger.fromJsonBytes(Uint8List source) {
  return PalVideoTrigger.fromMap(json.decode(utf8.decode(source)));
}