Future<void> pushSendingEnabled(bool enable) { return _channel.invokeMethod( 'push.pushSendingEnabled', {'pushSendingEnabled': enable}); }