RemoteViewerController constructor
RemoteViewerController({
- int logLimit = 2000,
- RemoteFontCache? fontCache,
fontCache keeps fonts between sessions; see RemoteFontCache.
Implementation
RemoteViewerController({this.logLimit = 2000, RemoteFontCache? fontCache})
: resources = RemoteResources(fontCache: fontCache);