ServerPlugin constructor
ServerPlugin({
- required ResourceProvider resourceProvider,
Initialize a newly created analysis server plugin. If a resource resourceProvider
is given, then it will be used to access the file system. Otherwise a
resource provider that accesses the physical file system will be used.
Implementation
ServerPlugin({
required ResourceProvider resourceProvider,
}) : resourceProvider = OverlayResourceProvider(resourceProvider);