promiseToFutureAsMap function
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.',
);