ruStoreEntrypoint function
Implementation
@pragma('vm:entry-point')
Future<void> ruStoreEntrypoint(List<String> args) async {
WidgetsFlutterBinding.ensureInitialized();
await messagingBackgroundHandler(
AndroidFlutterPushedMessaging.convertMessage(json.decode(args[0])),
"RuStore");
}