NetworkFileSource constructor

NetworkFileSource(
  1. String path
)

Provides the network source for the splash screen

Implementation

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