@override void loadChannel(String channelId) { _nativeAPI.loadChannel(channelId) .onError<Exception>((error, stackTrace) => exceptionHandler(exception: error, tag: "PIGEON", stacktrace: stackTrace)); }