MethodChannelCobrowseIO constructor

MethodChannelCobrowseIO()

Implementation

MethodChannelCobrowseIO() {
  // Pre-warm the channels so they're ready when the app calls them the first time.
  methodChannel;
  screenshotMessageChannel;
}