methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
getter/setter pair

The method channel used to interact with the native platform.

Implementation

@visibleForTesting
var methodChannel = const MethodChannel('awesome_notifications');