Showing
1 changed file
with
1 additions
and
1 deletions
@@ -29,7 +29,7 @@ class ScreenUtil { | @@ -29,7 +29,7 @@ class ScreenUtil { | ||
29 | factory ScreenUtil() { | 29 | factory ScreenUtil() { |
30 | assert( | 30 | assert( |
31 | _instance != null, | 31 | _instance != null, |
32 | - '\nEnsure to initialize ScreenUtil before accessing it.Please execute the init method:ScreenUtil.init()', | 32 | + '\nEnsure to initialize ScreenUtil before accessing it.\nPlease execute the init method : ScreenUtil.init()', |
33 | ); | 33 | ); |
34 | return _instance; | 34 | return _instance; |
35 | } | 35 | } |
-
Please register or login to post a comment