methodChannel constant

  1. @visibleForTesting
MethodChannel const methodChannel

The method channel used to communicate with native platform code.

This field is marked with @visibleForTesting to allow testing overrides.

Implementation

@visibleForTesting
static const MethodChannel methodChannel = MethodChannel('custom_share');