view method

MessageLogView view({
  1. Key? key,
})

Implementation

MessageLogView view({Key? key}) {
  return MessageLogView(this, key: key);
}