DeviceFileSource constructor
DeviceFileSource(
- String path
Provides the device file for the splash screen
Implementation
DeviceFileSource(this.path) {
setSource();
}
Provides the device file for the splash screen
DeviceFileSource(this.path) {
setSource();
}