ByteArkPlayerSource constructor

ByteArkPlayerSource({
  1. required String url,
  2. String? type,
})

Creates a non-DRM ByteArkPlayerSource.

Implementation

ByteArkPlayerSource({required this.url, this.type}) : drm = null;