Future<List<dynamic>> getRegistrations() => promiseToFuture<List<dynamic>>(JS("", "#.getRegistrations()", this));