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

[platform_device_id_platform_interface] Function is not implemented #22

Open
loonix opened this issue Sep 10, 2021 · 1 comment
Open

Comments

@loonix
Copy link

loonix commented Sep 10, 2021

/// Get the platform device id - [String]
Future<String?> getDeviceId() {
throw UnimplementedError('getDeviceId() has not been implemented.');

Not sure if you noticed but the function is not implemented. This means that your plugin runs well on Android but gives errors on IOS since it is not implemented.

@loonix
Copy link
Author

loonix commented Sep 22, 2021

maybe you can have a look at what they implemented on the client information plugin and do the same here.
https://pub.dev/packages/client_information

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

No branches or pull requests

1 participant