Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd toString() method for device_info plugin #54430
Open
Comments
Hi @deadsoul44 extension Stringify on DeviceInfoPlugin {
String stringify() {
/// TODO
}
}
|
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It can be useful to add a toString() and toStringShort() methods for device_info plugin. Instead of getting the fields one by one, we can use these methods for quick information about the device.