static Future<String> register(String appId) async { return await promiseToFuture(registerJS(jsify({'appId': appId}))); }