Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(datastore): Use platform thread (#3607)
The call from Native -> Dart to retrieve Auth credentials is being performed on a background thread which results in the following warning message. ``` The 'dev.flutter.pigeon.NativeAuthPlugin.fetchAuthSession' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the platform thread. Failure to do so may result in data loss or crashes, and must be fixed in the plugin or application code creating that channel. ```
- Loading branch information