@override Future<int?> requestComments() async { final version = await methodChannel.invokeMethod<int>('requestComments'); return version; }