stopP2p static method

Future<void> stopP2p()

Stop p2p and free used resources.

Implementation

static Future<void> stopP2p() => _channel.invokeMethod('stopP2p');