Future<void> showsCompass(bool value) async { return _channel.invokeMethod('showsCompass', {'isEnable': value}); }