@override Future<void> setBackground(bool isBackground) async { return methodChannel.invokeMethod('setBackground', { 'isBackground': isBackground, }); }