Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjusts the iOS implementation of local_auth to use a protocol wrapping the relevant parts of `LAContext` instead of using `LAContext` directly, allowing the tests to use a stub implementation instead of OCMock. The goal is to unblock converting the unit tests to Swift, but even by itself this actually makes the tests much shorter and easier to understand. Part of flutter/flutter#119104
- Loading branch information