RemoteMismatchException constructor

RemoteMismatchException(
  1. String message, {
  2. List<String> missingOnWorker = const [],
  3. List<String> missingOnMain = const [],
})

Implementation

RemoteMismatchException(
  this.message, {
  this.missingOnWorker = const [],
  this.missingOnMain = const [],
});