rmawatson / flutter_isolate

Launch an isolate that can use flutter plugins.
MIT License
263 stars 80 forks source link

Added back removed methods on possible conflict solving. #99

Closed andersonfds closed 2 years ago

andersonfds commented 2 years ago

On PR #97 it was commited some new changes that added these two methods: killAll and runningIsolates, however on commit d8b0e it was removed.

This PR re-adds it.

nmfisher commented 2 years ago

Sorry - I was on a train in Spain while reviewing these and didn't merge the second PR properly so it overwrote the first. Many thanks.