promiseToFutureAsMap function

Future<Map<String, dynamic>?> promiseToFutureAsMap(
  1. dynamic jsPromise
)

Stub of the promiseToFutureAsMap method.

Implementation

Future<Map<String, dynamic>?> promiseToFutureAsMap(dynamic jsPromise) =>
    throw UnsupportedError(
      'This is the stub method, use the active method instead.',
    );