channel property

MethodChannel channel
getter/setter pair

The MethodChannel used to communicate with the native plugin

Implementation

static MethodChannel channel = const MethodChannel(
  'plugins.flutter.io/firebase_crashlytics',
);