ponnamkarthik / FlutterYoutube

Flutter Plugin to play youtube Videos
Apache License 2.0
126 stars 56 forks source link

1.3.5 - Fix static bug for playing videos by id #50

Closed tevanc14 closed 4 years ago

tevanc14 commented 4 years ago

There was an issue of a static method calling an instance method. Made the instance method static.