fix(home-widget-service): correct ignore call in init method
This commit is contained in:
@@ -24,7 +24,7 @@ class HomeWidgetService {
|
||||
|
||||
init(SharedPreferences prefs) {
|
||||
hw.HomeWidget.setAppGroupId(iOSGroupID).ignore();
|
||||
MemoryHomeWidgetService.instance.init(prefs).ignore;
|
||||
MemoryHomeWidgetService.instance.init(prefs).ignore();
|
||||
}
|
||||
|
||||
Future<void> initHomeWidget() async {
|
||||
|
||||
Reference in New Issue
Block a user