methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel used to communicate with the platform-side.

Made visible for testing purposes so it can be mocked in unit tests.

Implementation

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