iconfigurationmanager.dart 70 B

123
  1. abstract class IConfigurationManager {
  2. Future checkUpdateAsync();
  3. }