methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel used to invoke native methods.

Implementation

@visibleForTesting
final MethodChannel methodChannel =
    const MethodChannel('flutter_p2p_connection');