ProtocolMismatchError constructor

ProtocolMismatchError(
  1. String message, {
  2. required int dartVersion,
  3. required int nativeVersion,
})

Implementation

ProtocolMismatchError(
  this.message, {
  required this.dartVersion,
  required this.nativeVersion,
});