getNetwork method

Future<Network> getNetwork()

Returns the Network this Provider is connected to.

Implementation

Future<Network> getNetwork() => call<Network>('getNetwork');