menu
flutter_p2p_engine package
documentation
flutter_p2p_engine_platform_interface.dart
FlutterP2pEnginePlatform
getPeerId method
getPeerId method
dark_mode
light_mode
getPeerId
method
Future
<
String
>
getPeerId
(
)
Get the peer ID of p2p engine
Implementation
Future<String> getPeerId() => _instance.getPeerId();
flutter_p2p_engine package
documentation
flutter_p2p_engine_platform_interface
FlutterP2pEnginePlatform
getPeerId method
FlutterP2pEnginePlatform class