SystemTray constructor

SystemTray()

Implementation

SystemTray() {
  _platformChannel.setMethodCallHandler(_callbackHandler);
}