@override Future<void> updateBadgeCount(int count) async { return await methodChannel.invokeMethod<void>('updateBadgeCount', count); }