Future<void> setFitMode(String fitMode) { return _channel.invokeMethod(Functions.setFitMode, <String, dynamic>{ Parameters.fitMode: fitMode }); }