RemoteViewerController constructor

RemoteViewerController({
  1. int logLimit = 2000,
  2. RemoteFontCache? fontCache,
})

fontCache keeps fonts between sessions; see RemoteFontCache.

Implementation

RemoteViewerController({this.logLimit = 2000, RemoteFontCache? fontCache})
  : resources = RemoteResources(fontCache: fontCache);