Closed
Description
The image picker plugin's public APIs are all static methods for some historical reasons.
In my opinion, it is worth to make the breaking change, to update the plugin to use to instance methods for a long term solution, which can make the plugin easier to mock and test.
Could potentially be a 1.0.0 change?