channelName constant

String const channelName

This variable is used to identify the method channel that is being set up and configured in the configureChannel() function. The same value is also used in the platform-specific code to establish communication with the Flutter app through this method channel.

This channel name needs to match the one in Native method channel.

Implementation

static const channelName = "synerise_dart_channel";