upgrade packages
This commit is contained in:
@@ -27,8 +27,8 @@ class Config {
|
||||
required String reportURL,
|
||||
required String reportProjectID,
|
||||
required String bucketName,
|
||||
Color color: Colors.blue,
|
||||
Level level: Level.SEVERE}) {
|
||||
Color color= Colors.blue,
|
||||
Level level= Level.SEVERE}) {
|
||||
_instance = Config._internal(flavor, FlavorNames[flavor.index], color,
|
||||
apiURL, reportURL, level, reportProjectID, bucketName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user