DeviceFileSource constructor

DeviceFileSource(
  1. String path
)

Provides the device file for the splash screen

Implementation

DeviceFileSource(this.path) {
  setSource();
}