@override Future<int> getBadgeCount() async { final result = await _channel.invokeMethod<int>('getBadgeCount'); return result ?? 0; }