@override Future<void> setSelfieLength(int length) { return methodChannel.invokeMethod('setSelfieLength', {'length': length}); }