DisplayManager constructor

DisplayManager()

Implementation

DisplayManager() {
  _displayMethodChannel = MethodChannel(_displayMethodChannelId);
  _displayEventChannel = EventChannel(_displayEventChannelId);
}