@override Future<bool?> storePushNotification( Map<String, dynamic> content, ) { return methodChannel.invokeMethod('storePushNotification', { 'content': content, }); }