PlaySource.network constructor

const PlaySource.network({
  1. required Uri uri,
})

Implementation

const factory PlaySource.network({
  required Uri uri,
}) = _PlaySourceWithNetwork;