devWrite function

  1. @Deprecated('Dev only')
void devWrite(
  1. Object? message
)

Write a line on the presenter, deprecated to make it a temp debug call

Implementation

@Deprecated('Dev only')
void devWrite(Object? message) {
  write(message);
}