rmtmckenzie / flutter_native_device_orientation

Native device orientation plugin for flutter.
MIT License
76 stars 63 forks source link

Fix crash iOS #66

Closed valentingrigorean closed 9 months ago

valentingrigorean commented 9 months ago

iOS is crashing because the pause function is of void type; It's trying to send it to methodChannel.

result(pause())