Get the peer ID of p2p engine. 获取P2P Engine的peer ID
@override Future<String> getPeerId() async => (await _channel.invokeMethod('getPeerId')) ?? '';