methodChannel property

MethodChannel get methodChannel

Provides access to the underlying method channel for advanced use cases.

Use this for calling platform-specific methods that are not exposed through the main API, such as iOS-specific timeout configuration.

Implementation

MethodChannel get methodChannel => _channel;