@override Future<bool> nobackfeed() async { return await methodChannel.invokeMethod<bool>('nobackfeed') ?? false; }