@override Future<bool?> setSingleRead(bool value) { return methodChannel.invokeMethod( 'setSingleRead', <String, bool>{'value': value}, ); }