menu
alex package
documentation
commands/pubspec/src/pubspec_command_base.dart
PubspecCommandBase
getPubspecs method
getPubspecs method
dark_mode
light_mode
getPubspecs
method
@protected
Future
<
List
<
File
>
>
getPubspecs
(
)
Implementation
@protected Future<List<File>> getPubspecs() => Spec.getPubspecs();
alex package
documentation
commands/pubspec/src/pubspec_command_base
PubspecCommandBase
getPubspecs method
PubspecCommandBase class