Future<bool?> setup({String? endpoint, required String appID}) { return YoHePlatform.instance.setup(endpoint: endpoint, appID: appID); }