Method: PolyglotFlutter::Command::Setup.init

Defined in:
lib/flutter_polyglot_cli/commands/setup.rb

.init(options = Commander::Command::Options.new) ⇒ Object



10
11
12
# File 'lib/flutter_polyglot_cli/commands/setup.rb', line 10

def self.init(options = Commander::Command::Options.new)
  new(options).call
end