Use JS utils to convert a js promise into a dart Future.
@override Never promiseToFuture<T>(final Object jsPromise) { throw UnimplementedError(); }