isSilentSDKCommand method
The function checks if a given notification is a silent SDK command.
Args: notification (Map): A map containing the notification data.
Implementation
Future<bool> isSilentSDKCommand(Map notification) async {
return await _methods.isSilentSDKCommand(notification);
}