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