network property
NetworkPlugin
get
network
The network plugin, for handling network requests and communication.
Implementation
NetworkPlugin get network => _pluginDescriptor.get<NetworkPlugin>()!;
The network plugin, for handling network requests and communication.
NetworkPlugin get network => _pluginDescriptor.get<NetworkPlugin>()!;