viewPeer<T> method
ViewPeer views the resource management scope for a specific peer.
Implementation
@override
Future<T> viewPeer<T>(PeerId peerId, Future<T> Function(PeerScope scope) f) async {
return await f(NullScope());
}
ViewPeer views the resource management scope for a specific peer.
@override
Future<T> viewPeer<T>(PeerId peerId, Future<T> Function(PeerScope scope) f) async {
return await f(NullScope());
}