Backwards-compatible alias for callers that need real async work.
static Future<T?> runWithPlatformHttp<T>(Future<T> Function() call) => run(call);