methodChannel property
The MethodChannel used to send and receive messages to/from the native Android/iOS implementation.
Implementation
@visibleForTesting
final methodChannel = const MethodChannel('age_signals_flutter');
The MethodChannel used to send and receive messages to/from the native Android/iOS implementation.
@visibleForTesting
final methodChannel = const MethodChannel('age_signals_flutter');