methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The MethodChannel used to send and receive messages to/from the native Android/iOS implementation.

Implementation

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