Returns the Network that this is connected to.
this
Future<Network> getNetwork() async => Network._(await call<_NetworkImpl>('getNetwork'));