Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flutter_appauth] Fixes null pointer exceptions when attempting to re…
…turn a result for a null pending operation (#109) This situation can occur when too many operations are started at one time. Once one operation completes, there is no longer a pending operation so any operations that complete after will throw a null pointer exception.
- Loading branch information