NetworkFileSource constructor
NetworkFileSource(
- String path
Provides the network source for the splash screen
Implementation
NetworkFileSource(this.path) {
setSource();
}
Provides the network source for the splash screen
NetworkFileSource(this.path) {
setSource();
}