methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel used to communicate with the native platform for printer-related operations. It allows sending method calls and receiving results from the native platform.

Implementation

@visibleForTesting

/// The method channel used to communicate with the native platform for printer-related operations.
/// It allows sending method calls and receiving results from the native platform.
final methodChannel = const MethodChannel('nyx_printer');