getPubSpecName method

Future<String> getPubSpecName(
  1. String path
)

path orqali pubspec nomini olish.

Implementation

Future<String> getPubSpecName(String path) async {
  return fileRepository.getCurrentPubSpecName(path);
}