Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WASH-933] Add read record method to iOS Plugin #16

Merged
merged 1 commit into from
Aug 4, 2021

Conversation

Mrhea
Copy link
Contributor

@Mrhea Mrhea commented Aug 3, 2021

  • Adds readRecord method to Flutter iOS Plugin
  • Includes a typo fix to main.dart

Method confirmed to work by adding a call to readRecord into onWriteRecordButtonPress.

- Adds readRecord method to Flutter iOS Plugin
- Includes a typo fix to main.dart

Method confirmed to work by adding a call to readRecord
into the onWriteRecordButtonPress.
group.enter()
DispatchQueue.global().async {
/// Does not sanity check `uuidString`, so forced unwrap may fail
client.read(recordId: UUID(uuidString: recordID)!) { (readResult) in
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thankfully the swift sdk should be enforcing type safety for us

@Mrhea Mrhea merged commit 647fa6b into trunk Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants