messenger property

  1. @Deprecated('This property is redundant. It returns the object on which it is called. ' 'This feature was deprecated after v1.24.0-7.0.pre.')
BinaryMessenger messenger

Returns this.

Implementation

@Deprecated(
  'This property is redundant. It returns the object on which it is called. '
  'This feature was deprecated after v1.24.0-7.0.pre.'
)
BinaryMessenger get messenger => this;