methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

Channel shared with the native plugins, named appwin_notifications on both sides. Exposed for tests, which stub it rather than the whole platform.

Implementation

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