Menu constructor

Menu()

Implementation

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