methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel used to interact with the native platform.

This channel is named 'ios_teamid' and must match the channel name used in the native iOS code.

Implementation

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