off method
Detach event listener for Twilio Device object. See TwilioDeviceEvents Documentation: https://www.twilio.com/docs/voice/sdks/javascript/twiliodevice#events possibly use js interop here
Implementation
@JS("off")
external void off(String event, Function callback);