stopP2p method

Future<void> stopP2p()

Stop p2p and free used resources.

Implementation

Future<void> stopP2p() => _instance.stopP2p();