PlaySource.file constructor

const PlaySource.file({
  1. required File file,
})

Implementation

const factory PlaySource.file({
    required File file,
  }) = _PlaySourceWithFile;