messenger property
The method channel used to interact with the native platform.
Implementation
// Get the current window's BinaryMessenger
static final BinaryMessenger messenger =
ServicesBinding.instance.defaultBinaryMessenger;
The method channel used to interact with the native platform.
// Get the current window's BinaryMessenger
static final BinaryMessenger messenger =
ServicesBinding.instance.defaultBinaryMessenger;